Creates a new object that is a copy of the specified value.
'Declaration
Function Clone( _
ByRef As _
) As
'Usage
Dim instance As Cloner(Of T)
Dim value As
Dim value As
value = instance.Clone(value)
Parameters
- value
- The value to clone.
Return Value
A new object that is a copy of the specified value.